home *** CD-ROM | disk | FTP | other *** search
- -- background: 31659 from stack: in
- -- bmap block id: 34100
- -- flags: 0000
- -- background id: 0
- -- name: 1?
- ----- HyperTalk script -----
- on Animate cardName, fromYourHandler
- doOpenCard cardName, fromYourHandler
- send MyAni to card cardName
- end Animate
-
- on PlayAni aniName,begNo,endNo
- repeat with n = begNo to endNo
- animate aniName & n, fromAni
- end repeat
- end PlayAni
-
- on doOpenCard cardName, fromMsg
- global gVisualEffect
- if cardName is not empty then
- set cursor to none
- lock screen
- -- put convertCard(cardName) into cardName
- if first word of cardName is not "card"
- then put "card" && kwote(cardName) into cardName
- go cardName
- do "send" && fromMsg && "to this card"
- if gVisualEffect is not empty then
- unlock screen with visual gVisualEffect
- else
- unlock screen
- end if
- end if
- set cursor to none
- send openAction to this cd
- end doOpenCard
-
-
-
- -- part 16 (field)
- -- low flags: 01
- -- high flags: 0000
- -- rect: left=5 top=255 right=342 bottom=474
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 241
- -- text size: 14
- -- style flags: 0
- -- line height: 14
- -- part name: textdisplay
- ----- HyperTalk script -----
-
- on mouseUp
- lookUp
- end mouseUp
-
-
-
- -- part 17 (field)
- -- low flags: 81
- -- high flags: 0007
- -- rect: left=0 top=200 right=237 bottom=84
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 241
- -- text size: 14
- -- style flags: 0
- -- line height: 14
- -- part name: Visuals
- ----- HyperTalk script -----
- -- visuals needed
-
-
- -- part 23 (field)
- -- low flags: 81
- -- high flags: 0007
- -- rect: left=0 top=236 right=271 bottom=84
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 241
- -- text size: 14
- -- style flags: 0
- -- line height: 14
- -- part name: Questions
- ----- HyperTalk script -----
- -- unanswered questions
-
-
- -- part 31 (field)
- -- low flags: 81
- -- high flags: 0007
- -- rect: left=0 top=274 right=327 bottom=481
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 241
- -- text size: 14
- -- style flags: 0
- -- line height: 14
- -- part name: text
- ----- HyperTalk script -----
- on mouseDown
- DragSizeTarg
- end MouseDown
-
- on mouseUp
- global curTicks
- if the ticks - curTicks < 30 then
- doubleClick
- end if
- put the ticks into curTicks
- end mouseUp
-
- on doubleClick
- global curRect
- if the rect of the target is "0,0,512,350" then
- set the rect of the target to curRect
- else
- put the rect of the target into curRect
- set the rect of the target to "0,0,512,350"
- end if
- end doubleClick
-
-
-
-
-
-
-
-
- -- part 41 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=487 top=221 right=242 bottom=508
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Up
- ----- HyperTalk script -----
- on mouseUp
- goUp
- end mouseUp
-
-
-
- -- part 43 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=486 top=305 right=335 bottom=508
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Next
- ----- HyperTalk script -----
- on mouseUp
- goNext
- end mouseUp
-
-
-
- -- part 45 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=486 top=34 right=63 bottom=508
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: OPTIONS
- ----- HyperTalk script -----
- on mouseUp
- options
- end mouseUp
-
-
-
- -- part 47 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=486 top=263 right=293 bottom=508
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Previous
- ----- HyperTalk script -----
- on mouseUp
- goPrev
- end mouseUp
-
-
-
- -- part 50 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=486 top=107 right=135 bottom=508
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Panic
- ----- HyperTalk script -----
- on mouseUp
- goPanic
- end mouseUp
-
-
-
- -- part 51 (field)
- -- low flags: 01
- -- high flags: 0000
- -- rect: left=204 top=309 right=342 bottom=472
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 65535
- -- font id: 238
- -- text size: 10
- -- style flags: 0
- -- line height: 10
- -- part name: dir
-
-
- -- part 52 (field)
- -- low flags: 01
- -- high flags: 2000
- -- rect: left=0 top=0 right=35 bottom=512
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 158
- -- text size: 24
- -- style flags: 10240
- -- line height: 24
- -- part name: title
-
-
- -- part 53 (field)
- -- low flags: 81
- -- high flags: 0000
- -- rect: left=316 top=6 right=35 bottom=482
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 65535
- -- font id: 156
- -- text size: 16
- -- style flags: 10240
- -- line height: 21
- -- part name: subtitle
-